﻿2026-07-11T01:11:09.7691241Z ##[group]Run actions/checkout@v5
2026-07-11T01:11:09.7692001Z with:
2026-07-11T01:11:09.7692382Z   repository: SaberMage/spt-core
2026-07-11T01:11:09.7695370Z   token: ***
2026-07-11T01:11:09.7695728Z   ssh-strict: true
2026-07-11T01:11:09.7696087Z   ssh-user: git
2026-07-11T01:11:09.7696449Z   persist-credentials: true
2026-07-11T01:11:09.7696842Z   clean: true
2026-07-11T01:11:09.7697203Z   sparse-checkout-cone-mode: true
2026-07-11T01:11:09.7697627Z   fetch-depth: 1
2026-07-11T01:11:09.7697985Z   fetch-tags: false
2026-07-11T01:11:09.7698348Z   show-progress: true
2026-07-11T01:11:09.7698720Z   lfs: false
2026-07-11T01:11:09.7699138Z   submodules: false
2026-07-11T01:11:09.7699524Z   set-safe-directory: true
2026-07-11T01:11:09.7700132Z ##[endgroup]
2026-07-11T01:11:09.8482464Z Syncing repository: SaberMage/spt-core
2026-07-11T01:11:09.8483987Z ##[group]Getting Git version info
2026-07-11T01:11:09.8484664Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T01:11:09.8485675Z [command]/usr/bin/git version
2026-07-11T01:11:09.8486104Z git version 2.43.0
2026-07-11T01:11:09.8487394Z ##[endgroup]
2026-07-11T01:11:09.8497649Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4b6e3b3d-c523-449f-b2fa-6b2ffa2c6dc9' before making global git config changes
2026-07-11T01:11:09.8498752Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:11:09.8501175Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:11:09.8536413Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T01:11:09.8557567Z https://github.com/SaberMage/spt-core
2026-07-11T01:11:09.8568531Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:11:09.8571429Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:11:09.8590896Z HEAD
2026-07-11T01:11:09.8621622Z ##[endgroup]
2026-07-11T01:11:09.8623110Z [command]/usr/bin/git submodule status
2026-07-11T01:11:09.8802022Z ##[group]Cleaning the repository
2026-07-11T01:11:09.8805325Z [command]/usr/bin/git clean -ffdx
2026-07-11T01:11:10.6374465Z Removing target/
2026-07-11T01:11:10.6384105Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T01:11:10.6449611Z HEAD is now at e78a482d7 Merge 53b1d59e1e0bcdd3c5e3aa501015e879fceba179 into abaf08f7e77338cb525c79feb29f821c772c1eca
2026-07-11T01:11:10.6457392Z ##[endgroup]
2026-07-11T01:11:10.6458786Z ##[group]Disabling automatic garbage collection
2026-07-11T01:11:10.6461725Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T01:11:10.6488601Z ##[endgroup]
2026-07-11T01:11:10.6489507Z ##[group]Setting up auth
2026-07-11T01:11:10.6493965Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:11:10.6521721Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:11:10.6710951Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:11:10.6736577Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:11:10.6927947Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:11:10.6954211Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:11:10.7139864Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T01:11:10.7203216Z ##[endgroup]
2026-07-11T01:11:10.7204443Z ##[group]Fetching the repository
2026-07-11T01:11:10.7212513Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e78a482d7cfa0458580f9a6ebbe25d0f1b366d00:refs/remotes/pull/80/merge
2026-07-11T01:11:11.3398278Z ##[endgroup]
2026-07-11T01:11:11.3399327Z ##[group]Determining the checkout info
2026-07-11T01:11:11.3400616Z ##[endgroup]
2026-07-11T01:11:11.3404989Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T01:11:11.3485546Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T01:11:11.3508736Z ##[group]Checking out the ref
2026-07-11T01:11:11.3511127Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/80/merge
2026-07-11T01:11:11.3564500Z HEAD is now at e78a482d7 Merge 53b1d59e1e0bcdd3c5e3aa501015e879fceba179 into abaf08f7e77338cb525c79feb29f821c772c1eca
2026-07-11T01:11:11.3569969Z ##[endgroup]
2026-07-11T01:11:11.3608512Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T01:11:11.3636292Z e78a482d7cfa0458580f9a6ebbe25d0f1b366d00
